home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if (the movieTime of sprite 9 > 145) and (the movieTime of sprite 9 < 165) then
- puppetSound("boomhit")
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 35
- updateStage()
- puppetSprite(8, 0)
- play frame "highcenterfry"
- exit
- end if
- if (the movieTime of sprite 9 > 60) and (the movieTime of sprite 9 < 80) then
- puppetSound("boomhit")
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 35
- updateStage()
- puppetSprite(8, 0)
- play frame "highcenterfry"
- exit
- end if
- puppetSound("boom")
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 35
- updateStage()
- puppetSprite(8, 0)
- play frame "highcenterboom"
- end
-